quartz: gdkselection-quartz.c: fix typos
authorKristian Rietveld <kris@gtk.org>
Wed, 22 Dec 2010 15:07:05 +0000 (16:07 +0100)
committerKristian Rietveld <kris@gtk.org>
Wed, 22 Dec 2010 16:47:04 +0000 (17:47 +0100)
gdk/quartz/gdkselection-quartz.c

index 473d24d3d79f56ce9433e61508797b2caf4ad114..446a23e48f7465c64ba9bdea3fc242fb445da7c9 100644 (file)
 #include "gdkproperty.h"
 
 gboolean
-_gdk_quartz_display_set_selection_owner_set (GdkDisplay *display,
-                                             GdkWindow  *owner,
-                                             GdkAtom     selection,
-                                             guint32     time,
-                                             gint        send_event)
+_gdk_quartz_display_set_selection_owner (GdkDisplay *display,
+                                         GdkWindow  *owner,
+                                         GdkAtom     selection,
+                                         guint32     time,
+                                         gint        send_event)
 {
   /* FIXME: Implement */
   return TRUE;
@@ -66,12 +66,12 @@ _gdk_quartz_display_get_selection_property (GdkDisplay *display,
 }
 
 void
-_gdk_quartz_display_send_selection_send_notify (GdkDisplay      *display,
-                                                GdkNativeWindow  requestor,
-                                                GdkAtom          selection,
-                                                GdkAtom          target,
-                                                GdkAtom          property,
-                                                guint32          time)
+_gdk_quartz_display_send_selection_notify (GdkDisplay      *display,
+                                           GdkNativeWindow  requestor,
+                                           GdkAtom          selection,
+                                           GdkAtom          target,
+                                           GdkAtom          property,
+                                           guint32          time)
 {
   /* FIXME: Implement */
 }